'Declaration Public Overloads Shared Function toARGB( _ ByVal Alpha As Byte, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As Integer
'Declaration
Public Overloads Shared Function toARGB( _ ByVal Alpha As Byte, _ ByVal Red As Byte, _ ByVal Green As Byte, _ ByVal Blue As Byte _ ) As Integer
public static int toARGB( byte Alpha, byte Red, byte Green, byte Blue )
public function toARGB( Alpha: Byte; Red: Byte; Green: Byte; Blue: Byte ): Integer; static;
public static function toARGB( Alpha : byte, Red : byte, Green : byte, Blue : byte ) : int;
public: static int toARGB( byte Alpha, byte Red, byte Green, byte Blue )
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Imaging.GdPictureColor GdPictureColor Members Overload List